I am new to flowchart-vue documentation and trying to create a simple application that consists of just Nodes and Connectors. All I want to do is let the user draw the Nodes anywhere on the Chart based on the click of the Add Node button and create the connections between them using the Add Connector button. I want users to create as many as Nodes and Connectors based on their requirements.
I have completed my sourcecode so far: CodeSandbox
I tried a couple of things but nothing seems to work for me. Can you please explain if this is possible? If so can you guide me on what to do? Following is something I am trying to achieve:
